home *** CD-ROM | disk | FTP | other *** search
-
- ########################################################################
- # Standard actions:
- # SP is the standard panel for errors
- # WP is the standard panel for warnings
- # IP is a panel for internal errors (and other 'unexpected' errors)
- # MM sends off a mail to us
- ########################################################################
-
- SP = alert("ALEXANDRA","$MESSAGE","Cancel");
- WP = alert("Note","$MESSAGE","Ok");
- IP = alert("INTERNAL ERROR","$MESSAGE\nTry to quit Alexandra.","Ok");
- MM = mail("alexandra-bugs@object-factory.com", "Bug Report: Alexandra 0.82", f:"Mailtemplate.text");
-
- ########################################################################
- # Ranges
- ########################################################################
-
- %class GeneralErrors A10000 - A11999
- %class ComposingErrors A12000 - A12999
- %class NNTPErrors A13000 - A13999
- %class Preferences A20000 - A20999
- %class Notifications A90000 - A99999
-
- ########################################################################
- # Descriptions
- ########################################################################
-
- %include "System.emsg"
- %include "General.emsg"
-
-